body, .ui-dialog{
    background: url("../img/tiny_grid.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 9px;
}

.dashboard-module {
    border: 1px solid #ccc;
}
.dashboard-module ul li{
    background: none repeat scroll 0 0 #ffffff;
}

.admintab.nav-tabs{
    background-color: transparent;
}

#branding {
    padding-bottom: 3px;
}

#header {
    position: relative;
    background: #222;
    color: #fff;
}

#header a, #header a:link, #header a:visited {
    color: #fff;
}

#user-tools {
    color: #ffc;
}

#header .theme-toggle {
    display: none;
}

div.breadcrumbs {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 20px 0px;
    padding: 8px 15px;
    font-size: 13px;
}

div.breadcrumbs a {
    color: #333;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #000;
}
#header #navigation-menu {
    padding-bottom: 4px;
}
#languages {
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 33px;
    display: flex;
    align-items: center;
    font-size: 11px;
    z-index: 10000;
}

#languages a{
    color: #000 !important;
}

#languages ul li {
    float: left;
}

